Image-to-image translation

The task of Image-to-image translation is to learn the mapping from a given image (X) to a specific target image (Y), e.g., mapping grayscale images to RGB images

Resources

References

CNN-based

See AI/Deep Learning/Encoder-decoder networks

GAN-based

See AI/Deep Learning/GANs#GANs for representation learning and image synthesis

Paired (supervised) translation

Unpaired (unsupervised) translation

Flow-based